home *** CD-ROM | disk | FTP | other *** search
/ Amiga Format CD 43 / Amiga Format CD43 (1999)(Future Publishing)(GB)(Track 1 of 2)[!][issue 1999-09].iso / -serious- / hardware / adflib / adflib.readme < prev    next >
Text File  |  1999-06-14  |  1KB  |  34 lines

  1. Short:    A GPL C lib to manage .ADF files. v0.7.8a
  2. Author:   http://come.to/adflib
  3. Uploader: laurent.clevy@alcatel.fr
  4. Version:  0.7.8a
  5. Type:     disk/misc
  6. Requires: an ANSI c compiler
  7.  
  8.  
  9.  
  10. Introduction
  11.  
  12. The ADFlib is a portable C library designed to manage Amiga formatted devices
  13. like harddisks and ZIP disks, or dump files of this kind of media via
  14. the .ADF format.
  15.  
  16. The API permit you to : 
  17.  
  18. - mount/unmount/create a device (real one or a dump file), 
  19. - mount/unmount/create a volume (partition), 
  20. - create/open/close/delete/rename/move a file, 
  21. - read/write bytes from/to a file,
  22. - create/delete/rename/move a directory, 
  23. - get directory contents, change current directory, get parent directory 
  24. - use dir cache to get directory contents. 
  25.  
  26. A callbacks system make easy to write the real device driver for any platform.
  27. The ADFOpus ( here) application (a useful Windows Explorer like for ADF files
  28. and devices), written by Dan Sutherland is able to access from Win95/98/NT
  29. an 2.5 inches harddisk formatted under AmigaDos. Dan wrote the specific driver
  30. for ADFlib, and gave me a lot of feedback which helped to design the library. 
  31.  
  32. The same redirection system is used to display error/warning/verboses messages
  33. and support notification on the target platform. 
  34.